home *** CD-ROM | disk | FTP | other *** search
- /*
- * Filename..: Makefile.rmk Purpose: For making Packlook.exce
- * Created by: Kevin S. Gallagher Language: Clipper 5.01
- * Date......: 02/04/93
- *
- * CLIPWARN by:Don Caton is a interface to the clipper compiler. If you do not
- * have it and can not find it on a BBS, (I got it from GRUMPFISH BBS) simply
- * replace it with CLIPPER.
- *
- */
-
- OBJS = packlook.obj scrolbar.obj misc.obj
- CLPS = clipwarn
- FILES = $<
- FLAGS = /m /n /w /a /beep /log:pk_err.err
-
-
- packlook.exe: $(OBJS)
- blinker @linkfile
-
- .prg.obj:
- $(CLPS) $(FILES) $(FLAG)
-
- packlook.obj : packlook.prg include1.ch
- scrolbar.obj : scrolbar.prg include1.ch
- misc.obj : misc.prg include1.ch
-